-
Notifications
You must be signed in to change notification settings - Fork 943
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove unintended Lodash usage, unspecified window-scope calls and unused vars #1413
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Gnito
force-pushed
the
code-splitting-dataloader-api
branch
from
February 15, 2021 19:59
6ab8f06
to
6964a7b
Compare
Gnito
force-pushed
the
clean-unused-vars-and-follow-eslint-rules
branch
from
February 15, 2021 20:05
4e09f3e
to
cbc459c
Compare
kpuputti
approved these changes
Feb 16, 2021
Gnito
force-pushed
the
code-splitting-dataloader-api
branch
from
February 16, 2021 12:06
6964a7b
to
77e63ef
Compare
Gnito
force-pushed
the
clean-unused-vars-and-follow-eslint-rules
branch
from
February 16, 2021 12:15
cbc459c
to
2325852
Compare
Gnito
force-pushed
the
code-splitting-dataloader-api
branch
from
February 16, 2021 16:36
77e63ef
to
caab97f
Compare
Gnito
force-pushed
the
clean-unused-vars-and-follow-eslint-rules
branch
from
February 16, 2021 17:08
2325852
to
7916801
Compare
Gnito
force-pushed
the
code-splitting-dataloader-api
branch
from
February 17, 2021 10:02
caab97f
to
899ccf7
Compare
Gnito
force-pushed
the
clean-unused-vars-and-follow-eslint-rules
branch
from
February 17, 2021 10:25
7916801
to
37226e2
Compare
Gnito
force-pushed
the
clean-unused-vars-and-follow-eslint-rules
branch
from
February 17, 2021 10:53
37226e2
to
eb33026
Compare
Gnito
changed the title
Clean unused vars and follow eslint rules
Remove unintended Lodash usage, unspecified window-scope calls and unused vars
Feb 17, 2021
This was referenced Feb 17, 2021
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Tested ejection. Codebase needs few changes:
scripts/
directory needs to be renamed (Not made in this branch)commit: src/util/googleMaps.js: google.maps is on window's scope.
commit: SearchMap/SearchMapWithGoogleMaps.js: remove unintended Lodash usage
In addition, there are lots of eslint warnings - and this PR cleans them.
Removed FlashNotification.duck.js - it was not used at all.